home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2000 September / cd joystick no118 septembre 2000 cd 2.iso / Data / sharewares / Communication / IPXLocalChat.exe / _SETUP.1 / IPX Local Chat.exe / 0 / RCDATA / TFORM6 / TFORM6.txt
Text File  |  2000-07-27  |  1KB  |  64 lines

  1. object Form6: TForm6
  2.   Left = 425
  3.   Top = 268
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Scan des sessions :'
  7.   ClientHeight = 260
  8.   ClientWidth = 245
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 24
  23.     Top = 8
  24.     Width = 204
  25.     Height = 13
  26.     Caption = 'Liste des sessions actuellement disponible :'
  27.     Color = clBlack
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = 15138814
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentColor = False
  34.     ParentFont = False
  35.     Transparent = True
  36.   end
  37.   object SessionListBox: TListBox
  38.     Left = 5
  39.     Top = 24
  40.     Width = 234
  41.     Height = 201
  42.     Color = 15138814
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clWindowText
  45.     Font.Height = -15
  46.     Font.Name = 'Terminal'
  47.     Font.Style = []
  48.     ItemHeight = 12
  49.     ParentFont = False
  50.     TabOrder = 0
  51.     OnClick = SessionListBoxClick
  52.   end
  53.   object XButton1: TXButton
  54.     Left = 84
  55.     Top = 228
  56.     Width = 81
  57.     Height = 25
  58.     Caption = 'Fermer'
  59.     TabOrder = 1
  60.     OnClick = XButton1Click
  61.     HotTrack = True
  62.   end
  63. end
  64.